home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d889.lha / SCSIUtil / HISTORY next >
Text File  |  1993-07-16  |  2KB  |  57 lines

  1. HISTORY of SCSIUtil
  2.  
  3. 1.0    by Gary Duncan (released on Fish 669)
  4.  
  5. 1.1-1.7    internal versions by <HR>
  6.  
  7. 1.71b    new features:
  8.     - read 16 bit raw digital audio (left|right|stereo)
  9.     - read  8 bit raw digital audio (left|right)
  10.     - change medium
  11.     - Inquiry with parsed output
  12.     - play audio CD (starttrack,startindex,endtrack,endindex)
  13.     - display TOC (short|long)
  14.  
  15. 1.77b    - changed commandline interface
  16.     - added show raw capacity
  17.     - added display raw TOC data
  18.     - added read CD sub-channel (raw|parsed)
  19.  
  20. 1.78b    - changed commandline interface
  21.     - fixed wrong interpretation of Sub-channel Q Control Bits in
  22.       read_toc() and read_subchannel()
  23.  
  24. 1.781b    - changed user interface
  25.  
  26. 1.782b    - added read_cdblockheader() to read the CD-ROM data block
  27.       address header
  28.  
  29. 1.783b  - added mode_sense()
  30.  
  31. 1.784b    - added rawhexasciioutput()
  32.  
  33. 1.785b    - debugged rawhexasciioutput()
  34.  
  35. 1.79b    - debugged mode_sense()
  36.  
  37. 1.80b    - used rawhexasciioutput() almost everywhere
  38.  
  39. 1.802b    - added SendScsiCmd(), WaitScsiCmd(), rewrote memoryhandling
  40.       to make it easier to incorporate asynchronous, double buffered
  41.       reading of digital audio data in the next version
  42.  
  43. 1.803b  - implemented read_cddaasync featuring n-buffered, asynchronous
  44.       reading of digital audio data
  45.  
  46. 1.804b  - fixed the 'Product Identification:' field in the Inquiry command
  47.       (displayed length was too short)
  48.  
  49. 1.805b    - changed definition of mono_buf[]
  50.  
  51. 1.810b    - implemented 16 bit left/right and 8 bit left/right/stereo write
  52.       inside read_cddaasync(). Used read_cddaasync instead of
  53.       read_cdda()
  54.  
  55. 1.815b    - fixed wrong interpretation of soft/hard RESET alternative in
  56.       inquiry()
  57.